home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / mach / sparc / boolean.h next >
Encoding:
C/C++ Source or Header  |  1995-02-15  |  241 b   |  18 lines

  1. /* 
  2.  * Copyright (c) 1994 NeXT, Inc.
  3.  */ 
  4.  
  5. /*
  6.  *    File:    mach/sparc/boolean.h
  7.  *
  8.  *    Boolean type, for NeXT.
  9.  *
  10.  */
  11.  
  12. #ifndef    _MACH_SPARC_BOOLEAN_H_
  13. #define    _MACH_SPARC_BOOLEAN_H_
  14.  
  15. typedef unsigned int        boolean_t;
  16.  
  17. #endif    _MACH_SPARC_BOOLEAN_H_
  18.